home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Remove from TMap
- Sent: 6/14/96 1:48 AM
- Received: 6/14/96 9:17 AM
- From: Jim Lloyd, jim@melongem.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- At 8:01 AM 6/14/96, Steinar.Tyvand@si.sintef.no wrote:
- >I'm using the TMap template to create a map of FW_CString to a value. How do
- >I remove a pair from the mapping?
-
- I'm (very) embarassed to admit it, but it is not currently possible to
- remove items from FW_TMaps. I rolled that class together pretty quickly
- relatively late in our development cycle and specifically to meet our needs
- in archiving, which doesn't need to remove items from maps. I did intend
- the class to be generally reusable, but in the hustle to get ODF R1
- finished I didn't notice the missing functionality.
-
- It can be fixed in a future release, but will require adding another
- function to ODFLibrary, so parts using the revised maps won't work with
- ODFLibrary 1.0. It's really a shame to require a new release of ODFLibrary
- to get this basic functionality.
-
- Sorry for the inconvenience.
-
- Jim Lloyd
-
-